home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Sample Code / MacCalendar 1.0d5 / Read Me < prev   
Encoding:
Text File  |  1994-07-21  |  2.0 KB  |  55 lines  |  [TEXT/ttxt]

  1. MacCalendar - Control Strip sample 
  2. Copyright © 1994, Apple Computer Inc. All Rights Reserved.
  3.  
  4. MacCalendar is a Control Strip module that can be installed
  5. on PowerBooks (and other Macintosh models that support the
  6. Control Strip Control Panel) by copying MacCalendar into the
  7. Control Strip folder inside the System Folder and restarting
  8. the Macintosh.
  9.  
  10. MacCalendar Setup is a normal Macintosh application that
  11. configures MacCalendar by letting the user select the font,
  12. font size, and some national-specific information: the names
  13. of the days of the week and whether Sunday or Monday is the
  14. first (left most) day of the week.
  15.  
  16. Before using MacCalendar Setup, install MacCalendar to
  17. initialize its preference resource. Then run MacCalendar
  18. Setup and configure it to your taste. Your choices take
  19. effect after you restart the computer.
  20.  
  21. It compiles on the following environments:
  22.  
  23. Think C 7.0
  24. MPW 3.3.1 (see below)
  25. MetroWerks DR3
  26.  
  27. At this time, MPW cannot compile MacCalendar: it tries to load
  28. libraries that are not defined for code (non-application) modules.
  29. However, this is a problem with the sample, and not with the
  30. Control Strip software itself.
  31.  
  32. Note that, if you are compiling for MetroWerks, you must build the
  33. resources (in files "MacCalendar.µ.rsrc" and "MacCalendarSetup.µ.rsrc")
  34. by calling Rez - you can either build the MPW version first, or cause
  35. the MakeFile to MacCalendarSetup.µ.rsrc"
  36.  
  37. Because these sources build a half-dozen version of the sample,
  38. (three compilers, 68000 native, 68000 on Power Mac, Power
  39. Mac native someday), some notes on compatibility are in order:
  40.  
  41. 1. The program was originally written and debugged using
  42.     Think C on a Duo 250.
  43. 2. It was then compiled and tested using MPW 3.3.1.
  44. 3. It was then compiled and tested using MetroWerks DR3.
  45.  
  46. Each additional compiler found a different set of errors and
  47. warnings. In all cases, optional warnings were turned on.
  48.  
  49. As of this writing, you cannot build a native Power Macintosh version
  50. of the Control Panel.
  51.  
  52. Written by Martin Minow, MACDTS.
  53. minow@apple.com
  54. AppleLink: MINOW
  55.